[INFO] cloning repository https://github.com/samgrowls/glassworm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/samgrowls/glassworm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamgrowls%2Fglassworm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamgrowls%2Fglassworm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a68f4e7d38be4cf85f43d0bc8382b3fadb1a38bc
[INFO] testing samgrowls/glassworm against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamgrowls%2Fglassworm" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/samgrowls/glassworm
[INFO] finished tweaking git repo https://github.com/samgrowls/glassworm
[INFO] tweaked toml for git repo https://github.com/samgrowls/glassworm written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/samgrowls/glassworm on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/samgrowls/glassworm already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 684724c335b7f8bb0c928db25f25f9337372d694ea81865438f8adcbab443f62
[INFO] running `Command { std: "docker" "start" "-a" "684724c335b7f8bb0c928db25f25f9337372d694ea81865438f8adcbab443f62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "684724c335b7f8bb0c928db25f25f9337372d694ea81865438f8adcbab443f62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "684724c335b7f8bb0c928db25f25f9337372d694ea81865438f8adcbab443f62", kill_on_drop: false }`
[INFO] [stdout] 684724c335b7f8bb0c928db25f25f9337372d694ea81865438f8adcbab443f62
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e30d38ea5eee88ec231097ce3275003ea6b2d82392e512b152d769a02b50b47b
[INFO] running `Command { std: "docker" "start" "-a" "e30d38ea5eee88ec231097ce3275003ea6b2d82392e512b152d769a02b50b47b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling oxc-miette-derive v1.0.2
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling oxc-miette v1.0.2
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]    Compiling oxc_allocator v0.40.1
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling oxc_ast_macros v0.40.1
[INFO] [stderr]    Compiling oxc_estree v0.40.1
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling oxc_span v0.40.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling unicode-id-start v1.4.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling assert-unchecked v0.1.2
[INFO] [stderr]    Compiling oxc_index v2.0.0
[INFO] [stderr]    Compiling ryu-js v1.0.2
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]    Compiling nonmax v0.5.5
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling oxc_diagnostics v0.40.1
[INFO] [stderr]    Compiling oxc_syntax v0.40.1
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling oxc_regular_expression v0.40.1
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling cow-utils v0.1.3
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling oxc_ast v0.40.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling oxc_cfg v0.40.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling unicode-script v0.5.8
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling oxc_ecmascript v0.40.1
[INFO] [stderr]    Compiling oxc_parser v0.40.1
[INFO] [stderr]    Compiling oxc_semantic v0.40.1
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling glassware-core v0.1.0 (/opt/rustwide/workdir/glassware-core)
[INFO] [stderr]    Compiling glassware-cli v0.1.0 (/opt/rustwide/workdir/glassware-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
[INFO] running `Command { std: "docker" "inspect" "e30d38ea5eee88ec231097ce3275003ea6b2d82392e512b152d769a02b50b47b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e30d38ea5eee88ec231097ce3275003ea6b2d82392e512b152d769a02b50b47b", kill_on_drop: false }`
[INFO] [stdout] e30d38ea5eee88ec231097ce3275003ea6b2d82392e512b152d769a02b50b47b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9f3b51008f7a04563339eb1f1e6e504b43b61e55b54c51209f6d53a3a5b43189
[INFO] running `Command { std: "docker" "start" "-a" "9f3b51008f7a04563339eb1f1e6e504b43b61e55b54c51209f6d53a3a5b43189", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling oxc_syntax v0.40.1
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling oxc_ast v0.40.1
[INFO] [stderr]    Compiling oxc_cfg v0.40.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling oxc_ecmascript v0.40.1
[INFO] [stderr]    Compiling oxc_parser v0.40.1
[INFO] [stderr]    Compiling oxc_semantic v0.40.1
[INFO] [stderr]    Compiling glassware-core v0.1.0 (/opt/rustwide/workdir/glassware-core)
[INFO] [stderr]    Compiling glassware-cli v0.1.0 (/opt/rustwide/workdir/glassware-cli)
[INFO] [stdout] warning: unused import: `DetectionCategory`
[INFO] [stdout]  --> glassware-core/tests/integration_scan_directory.rs:7:31
[INFO] [stdout]   |
[INFO] [stdout] 7 | use glassware_core::finding::{DetectionCategory, Severity};
[INFO] [stdout]   |                               ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> glassware-core/tests/integration_campaign_fixtures.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> glassware-core/tests/integration_false_positives.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `DetectionCategory`
[INFO] [stdout]  --> glassware-core/tests/integration_edge_cases.rs:7:31
[INFO] [stdout]   |
[INFO] [stdout] 7 | use glassware_core::finding::{DetectionCategory, Severity};
[INFO] [stdout]   |                               ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> glassware-core/tests/integration_edge_cases.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `has_rule_pattern` is never used
[INFO] [stdout]   --> glassware-core/tests/integration_campaign_fixtures.rs:31:4
[INFO] [stdout]    |
[INFO] [stdout] 31 | fn has_rule_pattern(findings: &[glassware_core::finding::Finding], pattern: &str) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 48.33s
[INFO] running `Command { std: "docker" "inspect" "9f3b51008f7a04563339eb1f1e6e504b43b61e55b54c51209f6d53a3a5b43189", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f3b51008f7a04563339eb1f1e6e504b43b61e55b54c51209f6d53a3a5b43189", kill_on_drop: false }`
[INFO] [stdout] 9f3b51008f7a04563339eb1f1e6e504b43b61e55b54c51209f6d53a3a5b43189
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c469c36b0347f25e25cb9200c00afcac08600b1b3904e09e94dc870837e540a6
[INFO] running `Command { std: "docker" "start" "-a" "c469c36b0347f25e25cb9200c00afcac08600b1b3904e09e94dc870837e540a6", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `DetectionCategory`
[INFO] [stderr]  --> glassware-core/tests/integration_edge_cases.rs:7:31
[INFO] [stderr]   |
[INFO] [stderr] 7 | use glassware_core::finding::{DetectionCategory, Severity};
[INFO] [stderr]   |                               ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::path::Path`
[INFO] [stderr]  --> glassware-core/tests/integration_edge_cases.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use std::path::Path;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::path::Path`
[INFO] [stderr]  --> glassware-core/tests/integration_campaign_fixtures.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use std::path::Path;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `has_rule_pattern` is never used
[INFO] [stderr]   --> glassware-core/tests/integration_campaign_fixtures.rs:31:4
[INFO] [stderr]    |
[INFO] [stderr] 31 | fn has_rule_pattern(findings: &[glassware_core::finding::Finding], pattern: &str) -> bool {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `DetectionCategory`
[INFO] [stderr]  --> glassware-core/tests/integration_scan_directory.rs:7:31
[INFO] [stderr]   |
[INFO] [stderr] 7 | use glassware_core::finding::{DetectionCategory, Severity};
[INFO] [stderr]   |                               ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::path::Path`
[INFO] [stderr]  --> glassware-core/tests/integration_false_positives.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::path::Path;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `glassware-core` (test "integration_edge_cases") generated 2 warnings (run `cargo fix --test "integration_edge_cases" -p glassware-core` to apply 2 suggestions)
[INFO] [stderr] warning: `glassware-core` (test "integration_campaign_fixtures") generated 2 warnings (run `cargo fix --test "integration_campaign_fixtures" -p glassware-core` to apply 1 suggestion)
[INFO] [stderr] warning: `glassware-core` (test "integration_scan_directory") generated 1 warning (run `cargo fix --test "integration_scan_directory" -p glassware-core` to apply 1 suggestion)
[INFO] [stderr] warning: `glassware-core` (test "integration_false_positives") generated 1 warning (run `cargo fix --test "integration_false_positives" -p glassware-core` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.41s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/glassware-9e4bfb684e7da11b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/glassware_core-afe048d4a0af0f4b)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 120 tests
[INFO] [stdout] test classify::tests::test_is_zero_width ... ok
[INFO] [stdout] test confusables::data::tests::test_cyrillic_a ... ok
[INFO] [stdout] test confusables::data::tests::test_greek_o ... ok
[INFO] [stdout] test classify::tests::test_is_critical ... ok
[INFO] [stdout] test classify::tests::test_is_bidi ... ok
[INFO] [stdout] test confusables::data::tests::test_latin_not_confusable ... ok
[INFO] [stdout] test decoder::tests::test_count_vs_codepoints ... ok
[INFO] [stdout] test decoder::tests::test_decode_known_payload ... ok
[INFO] [stdout] test decoder::tests::test_decode_high_entropy ... ok
[INFO] [stdout] test classify::tests::test_is_invisible ... ok
[INFO] [stdout] test decoder::tests::test_decode_low_entropy_plaintext ... ok
[INFO] [stdout] test decoder::tests::test_shannon_entropy_varied ... ok
[INFO] [stdout] test decoder::tests::test_payload_class_classification ... ok
[INFO] [stdout] test decoder::tests::test_shannon_entropy_uniform ... ok
[INFO] [stdout] test decoder::tests::test_is_vs_codepoint ... ok
[INFO] [stdout] test decoder::tests::test_too_small_payload ... ok
[INFO] [stdout] test detectors::bidi::tests::test_clean_content ... ok
[INFO] [stdout] test decoder::tests::test_find_vs_runs ... ok
[INFO] [stdout] test detectors::bidi::tests::test_rle_detection ... ok
[INFO] [stdout] test decoder::tests::test_find_vs_runs_below_threshold ... ok
[INFO] [stdout] test decoder::tests::test_hex_preview ... ok
[INFO] [stdout] test detectors::bidi::tests::test_rlo_detection ... ok
[INFO] [stdout] test detectors::homoglyph::tests::test_clean_content ... ok
[INFO] [stdout] test detectors::homoglyph::tests::test_cyrillic_a_detection ... ok
[INFO] [stdout] test detectors::homoglyph::tests::test_pure_cyrillic_allowed ... ok
[INFO] [stdout] test detectors::homoglyph::tests::test_greek_o_detection ... ok
[INFO] [stdout] test detectors::invisible::tests::test_clean_content ... ok
[INFO] [stdout] test detectors::invisible::tests::test_rlo_detection ... ok
[INFO] [stdout] test detectors::invisible::tests::test_variation_selector_detection ... ok
[INFO] [stdout] test detectors::invisible::tests::test_zero_width_space_detection ... ok
[INFO] [stdout] test detectors::tags::tests::test_clean_content ... ok
[INFO] [stdout] test detectors::tags::tests::test_tag_detection ... ok
[INFO] [stdout] test encrypted_payload_detector::tests::test_detect_buffer_from_tostring_eval ... ok
[INFO] [stdout] test detectors::glassware::tests::test_stego_run_detection ... ok
[INFO] [stdout] test encrypted_payload_detector::tests::test_detect_base64_with_eval ... ok
[INFO] [stdout] test encrypted_payload_detector::tests::test_detect_eval_atob_pattern ... ok
[INFO] [stdout] test detectors::glassware::tests::test_clean_content ... ok
[INFO] [stdout] test detectors::glassware::tests::test_pipe_delimiter_detection ... ok
[INFO] [stdout] test encrypted_payload_detector::tests::test_detect_exec_sync ... ok
[INFO] [stdout] test detectors::glassware::tests::test_decoder_function_detection ... ok
[INFO] [stdout] test encrypted_payload_detector::tests::test_entropy_calculation_uniform ... ok
[INFO] [stdout] test encrypted_payload_detector::tests::test_entropy_calculation_high ... ok
[INFO] [stdout] test encrypted_payload_detector::tests::test_no_detect_blob_only ... ok
[INFO] [stdout] test engine::tests::test_engine_default_detectors ... ok
[INFO] [stdout] test encrypted_payload_detector::tests::test_detect_vm_execution ... ok
[INFO] [stdout] test encrypted_payload_detector::tests::test_detect_hex_with_function ... ok
[INFO] [stdout] test gw005_semantic::tests::test_detector_creation ... ok
[INFO] [stdout] test gw005_semantic::tests::test_no_flows_no_findings ... ok
[INFO] [stdout] test gw005_semantic::tests::test_wrong_sink_type_no_finding ... ok
[INFO] [stdout] test gw005_semantic::tests::test_wrong_source_type_no_finding ... ok
[INFO] [stdout] test gw006_semantic::tests::test_detector_creation ... ok
[INFO] [stdout] test gw006_semantic::tests::test_hardcoded_key_no_exec ... ok
[INFO] [stdout] test gw006_semantic::tests::test_hardcoded_key_to_eval ... ok
[INFO] [stdout] test gw006_semantic::tests::test_no_flows_no_findings ... ok
[INFO] [stdout] test gw006_semantic::tests::test_no_hardcoded_key_no_finding ... ok
[INFO] [stdout] test gw006_semantic::tests::test_transitive_flow ... ok
[INFO] [stdout] test gw007_semantic::tests::test_detector_creation ... ok
[INFO] [stdout] test encrypted_payload_detector::tests::test_no_detect_normal_code ... ok
[INFO] [stdout] test encrypted_payload_detector::tests::test_no_detect_short_blob_with_exec ... ok
[INFO] [stdout] test gw007_semantic::tests::test_legitimate_xor_hash_check ... ok
[INFO] [stdout] test gw007_semantic::tests::test_no_sinks_no_findings ... ok
[INFO] [stdout] test gw007_semantic::tests::test_rc4_without_exec ... ok
[INFO] [stdout] test encrypted_payload_detector::tests::test_no_detect_eval_only ... ok
[INFO] [stdout] test gw008_semantic::tests::test_crypto_exec_no_header ... ok
[INFO] [stdout] test gw008_semantic::tests::test_detector_creation ... ok
[INFO] [stdout] test encrypted_payload_detector::tests::test_no_detect_low_entropy_blob_with_exec ... ok
[INFO] [stdout] test gw008_semantic::tests::test_header_crypto_exec ... ok
[INFO] [stdout] test gw008_semantic::tests::test_header_crypto_no_exec ... ok
[INFO] [stdout] test gw008_semantic::tests::test_header_exec_no_crypto ... ok
[INFO] [stdout] test gw008_semantic::tests::test_no_flows_no_findings ... ok
[INFO] [stdout] test encrypted_payload_detector::tests::test_no_detect_low_entropy ... ok
[INFO] [stdout] test header_c2_detector::tests::test_detect_full_c2_pattern ... ok
[INFO] [stdout] test header_c2_detector::tests::test_detect_axios_pattern ... ok
[INFO] [stdout] test header_c2_detector::tests::test_detect_fetch_with_xor ... ok
[INFO] [stdout] test header_c2_detector::tests::test_no_detect_eval_only ... ok
[INFO] [stdout] test engine::tests::test_engine_scan_variation_selector ... ok
[INFO] [stdout] test header_c2_detector::tests::test_detect_vm_execution ... ok
[INFO] [stdout] test header_c2_detector::tests::test_no_detect_express_headers ... ok
[INFO] [stdout] test header_c2_detector::tests::test_no_detect_crypto_only ... ok
[INFO] [stdout] test llm::analyzer::tests::test_config_from_env ... ok
[INFO] [stdout] test llm::analyzer::tests::test_strip_markdown_fences_json ... ok
[INFO] [stdout] test engine::tests::test_engine_matches_unicode_scanner ... ok
[INFO] [stdout] test llm::analyzer::tests::test_strip_markdown_fences_plain ... ok
[INFO] [stdout] test llm::analyzer::tests::test_strip_markdown_fences_generic ... ok
[INFO] [stdout] test llm::config::tests::test_config_default_model ... ok
[INFO] [stdout] test llm::config::tests::test_config_from_env_missing_base_url ... ok
[INFO] [stdout] test llm::config::tests::test_config_from_env_missing_api_key ... ok
[INFO] [stdout] test ranges::tests::test_bidi_names ... ok
[INFO] [stdout] test header_c2_detector::tests::test_no_detect_http_crypto_no_exec ... ok
[INFO] [stdout] test ranges::tests::test_is_in_critical_range ... ok
[INFO] [stdout] test ranges::tests::test_variation_selector_detection ... ok
[INFO] [stdout] test ranges::tests::test_is_in_invisible_range ... ok
[INFO] [stdout] test ranges::tests::test_variation_selector_range ... ok
[INFO] [stdout] test scanner::tests::test_deduplication ... ok
[INFO] [stdout] test header_c2_detector::tests::test_no_detect_http_only ... ok
[INFO] [stdout] test scanner::tests::test_clean_content ... ok
[INFO] [stdout] test scanner::tests::test_has_confusables ... ok
[INFO] [stdout] test scanner::tests::test_has_invisible_chars ... ok
[INFO] [stdout] test scanner::tests::test_scanner_creation ... ok
[INFO] [stdout] test script_detector::tests::test_extract_identifiers ... ok
[INFO] [stdout] test script_detector::tests::test_mixed_scripts_cyrillic_a ... ok
[INFO] [stdout] test script_detector::tests::test_pure_cyrillic ... ok
[INFO] [stdout] test script_detector::tests::test_pure_greek ... ok
[INFO] [stdout] test script_detector::tests::test_pure_latin ... ok
[INFO] [stdout] test semantic::tests::test_build_semantic_simple ... ok
[INFO] [stdout] test gw007_semantic::tests::test_minimal_rc4_three_indicators ... ok
[INFO] [stdout] test gw007_semantic::tests::test_full_rc4_with_eval ... ok
[INFO] [stdout] test gw007_semantic::tests::test_two_indicators_insufficient ... ok
[INFO] [stdout] test scanner::tests::test_full_scan_variation_selector ... ok
[INFO] [stdout] test semantic::tests::test_call_site_extraction ... ok
[INFO] [stdout] test scanner::tests::test_full_scan_homoglyph ... ok
[INFO] [stdout] test scanner::tests::test_full_scan_bidi ... ok
[INFO] [stdout] test taint::tests::test_calculate_entropy_high ... ok
[INFO] [stdout] test taint::tests::test_calculate_entropy_varied ... ok
[INFO] [stdout] test taint::tests::test_calculate_entropy_uniform ... ok
[INFO] [stdout] test tests::test_clean_content ... ok
[INFO] [stdout] test tests::test_scan_bidi ... ok
[INFO] [stdout] test tests::test_scan_variation_selector ... ok
[INFO] [stdout] test tests::test_scan_homoglyph ... ok
[INFO] [stdout] test llm::config::tests::test_config_from_env_success ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- llm::config::tests::test_config_from_env_success stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'llm::config::tests::test_config_from_env_success' (110) panicked at glassware-core/src/llm/config.rs:105:44:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MissingBaseUrl
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6320e151c47a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6320e151c47a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6320e151c47a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6320e151c47a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6320e1533c0a - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6320e1533c0a - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x6320e15213e2 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x6320e15213e2 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6320e14f9b5f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6320e14f9b5f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6320e1513fe9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6320e0fb07cc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x6320e0fb07cc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6320e1514262 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x6320e1514262 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6320e14f9c18 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6320e14eeb69 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6320e14facad - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6320e153444c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6320e15341c2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6320e0925e23 - <core[d17f6591d688f3bd]::result::Result<glassware_core[7008dc52d7c65de0]::llm::config::LlmConfig, glassware_core[7008dc52d7c65de0]::llm::config::LlmConfigError>>::unwrap
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x6320e0925e23 - glassware_core[7008dc52d7c65de0]::llm::config::tests::test_config_from_env_success
[INFO] [stdout]                                at /opt/rustwide/workdir/glassware-core/src/llm/config.rs:105:44
[INFO] [stdout]   22:     0x6320e0921e87 - glassware_core[7008dc52d7c65de0]::llm::config::tests::test_config_from_env_success::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/glassware-core/src/llm/config.rs:100:38
[INFO] [stdout]   23:     0x6320e0958416 - <glassware_core[7008dc52d7c65de0]::llm::config::tests::test_config_from_env_success::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x6320e0fa3aab - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x6320e0fa3aab - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x6320e0fb129b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x6320e0fb129b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x6320e0fb129b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x6320e0fb129b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x6320e0fb129b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x6320e0fb129b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x6320e0fb129b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x6320e0faa9b4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x6320e0faa9b4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x6320e0fb3ea2 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x6320e0fb3ea2 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x6320e0fb3ea2 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x6320e0fb3ea2 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x6320e0fb3ea2 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x6320e0fb3ea2 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x6320e0fb3ea2 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x6320e151bb8f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   43:     0x6320e151bb8f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7b2e3f66baa4 - <unknown>
[INFO] [stdout]   45:     0x7b2e3f6f8a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     llm::config::tests::test_config_from_env_success
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 119 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p glassware-core --lib`
[INFO] running `Command { std: "docker" "inspect" "c469c36b0347f25e25cb9200c00afcac08600b1b3904e09e94dc870837e540a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c469c36b0347f25e25cb9200c00afcac08600b1b3904e09e94dc870837e540a6", kill_on_drop: false }`
[INFO] [stdout] c469c36b0347f25e25cb9200c00afcac08600b1b3904e09e94dc870837e540a6
